Gets or sets a value controling the number of entities to load in one batch.

Namespace:  C1.Data
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public int LoadSize { get; set; }
Visual Basic
Public Property LoadSize As Integer
	Get
	Set

Remarks

Entities will be loaded using the multiple of PageSize nearest LoadSize. This allows multiple pages to be loaded at once without loading partial pages.

See Also